@import url("https://fonts.googleapis.com/css?family=Open+Sans:700,600,400");

body,
html {
  min-width: 100%;
  min-height: 100%;
  height: auto;
  position: relative;
}

body.Checkout {
  min-width: 375px;
  font-size: 14px;
  line-height: 1.3;
  font-family: "Open Sans", sans-serif;
}

::placeholder {
  color: #999;
  font-style: italic;
}

select option {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: 18px;
  color: #343434;
}

/* PAGE CONTAINER */

body .Page-Container {
  width: 100%;
  padding: 0;
  background: #F1F1F1;
  margin: 0 auto;
  max-width: 100%;
}

div.Inner-Container {
  max-width: 920px;
  padding: 0 15px !important;
  background: transparent;
}


/* FRAME-TOP / HEADER */

div.Frame-Top {
  padding: 0;
  background: transparent;
}

.Frame-Top .Inner-Container {
  border: none !important;
  width: 100%;
  max-width: 1616px;
  background: transparent;
}

.Frame-Top .Inner-Container .Company-Logo img {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 15px;
}


/* STEP-WRAP / STEPS */

.Step-Wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  background: transparent;
  height: auto;
  margin: 0;
}

.Step-Wrap .Steps {
  background: #e4e4e4;
  display: flex;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  text-transform: uppercase;
}

body .Page-Container div.Step-Wrap .Step,
.Step-Wrap .Secure {
  height: auto;
  line-height: 16px;
  align-items: center;
  display: flex;
  flex-direction: row;
  background: none;
}

.Step-Wrap .Step {
  font-family: Roboto, "Arial", "Helvetica", sans-serif;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  border-right: none;
  border-left: 1px solid #D5D5D5 !important;
  min-width: 20%;
  padding: 0 5px 0 15px;
  margin: 15px 0 13px 15px;
  flex: 1;
  text-indent: 0;
}

.Step-Wrap .Step.Step-Active {
  color: #000000;
  border-left: 1px solid #FF2B0F !important;
  background: transparent;
}

.Step-Wrap .Step em {
  background: #D5D5D5;
  color: #000000;
  font-size: 16px;
  height: 25px;
  width: 25px;
  min-width: 25px;
  line-height: 25px;
  border-radius: 20px;
  text-indent: initial;
  font-style: normal;
  margin-right: 10px;
  text-align: center;
}

.Step-Wrap .Step.Step-Active em {
  background: #FF2B0F;
  color: #ffffff;
}

.Step-Wrap .Secure {
  color: #666;
  font-size: 14px;
  border-left: none;
}

/* Step — hide pseudo-elements */
div.Step-Wrap span.Step-Active:before {
  display: none;
}

div.Step-Wrap span.Step-Active:after {
  display: none;
}

.Step-Wrap .Step em:after {
  display: none;
}

div.Language .Language-Control {
  display: none;
  width: 120px;
  line-height: 26px;
  height: 26px;
}

.Frame-Top-Line {
  border: unset;
  box-shadow: unset;
  padding: 0 0 10px;
  margin: 0;
}

.Frame-Top-Line .Inner-Container {
  max-width: 920px;
  width: 100%;
  background: transparent;
  padding: 0px 2% 0px 15px !important;
}

/* FRAME-MIDDLE */

div.Frame-Top-Content,
div.Frame-Middle {
  background: transparent;
  box-shadow: none;
}

.Frame-Middle {
  padding-bottom: 50px;
}

.Frame-Middle .Inner-Container {
  max-width: 920px;
  width: 100% !important;
  padding-top: 0;
  background: transparent;
}

.Top-Content {
  overflow: hidden;
  display: none;
}

div.Top-Content .Language {
  float: right;
  text-align: left;
  padding: 0 0 25px;
}

.Top-Content .Currency {
  display: none;
}


/* MAIN CONTENT / LAYOUT */

.Checkout .Side-Content {
  display: none;
}

.Checkout .Main-Content,
.Checkout .Bottom-Main {
  margin-left: 0;
  padding-left: 0;
}

.Checkout .Main-Content {
  background: transparent;
  box-shadow: unset;
  border-radius: 6px;
  padding: 0 0 20px;
}

div.Side-Content {
  background-color: transparent;
}

div.Payment-Method,
div.Contact-Information,
div.Payment-Information {
  padding: 0 0 0 80px;
}


/* SHOPPING CART */

div.ShoppingCart {
  padding-bottom: 0;
}

.ShoppingCart-Item,
.c_ShoppingCart-Item {
  border: unset;
  background-image: unset;
  position: relative;
  padding: 8px 2% 8px 0 !important;
}

.ShoppingCart .ShoppingCart-Item {
  border: 0;
  border-bottom: 1px solid #dedede;
}

.Main-Product-Row .ShoppingCart-Item-ProductName,
div.ShoppingCart .ShoppingCart-Summary,
.ShoppingCart-Item h5,
.c_ShoppingCart-Item h5 {
  font-weight: 400;
  color: #2b2b2b;
}

div.ShoppingCart .ShoppingCart-Summary,
div.Frame-Top-Content,
div.Frame-Middle {
  background: transparent;
  box-shadow: none;
  border-top: unset;
  border-bottom: unset;
}

.Frame-Middle:after {
  display: none;
}

div.Cart-Wrap,
div.Payment-Information-Title,
div.Webgood-Transaction-Title {
  border: none;
}

.Payment-Information-Title {
  border: none;
  margin: 0;
}

.ShoppingCart-Summary-TotalPriceMSRP {
  display: none;
}

.ShoppingCart-Item-DiscountAmount,
.ShoppingCart-Summary-TotalDiscountAmount {
  display: none;
}

.ShoppingCart-Item-ProductPrice span {
  font-size: 14px;
  font-weight: 400;
}

.ShoppingCart-Item-ProductPriceOld label {
  display: none !important;
}

.ShoppingCart-Item-ProductDescription-Details {
  line-height: 1.1;
  font-size: 12px;
  font-style: normal;
  color: #646464;
}

span.ShoppingCart-Item-ProductDescription-Automated {
  font-size: 12px;
  color: #646464;
}

div.CouponBlock {
  background: #f1f1f1;
}

/* QUANTITY BUTTONS — replace image icons with blue circles */

input.quantity-input,
input.ShoppingCart-Item-Quantity,
.Product-QTY input[type=text],
input.c_quantity-input,
input.c_ShoppingCart-Item-Quantity,
.c_Product-QTY input[type=text],
input.quantity-inputundefined {
  margin: 0 5px;
}

input.qtyLock,
input.c_qtyLock {
  margin: 0;
  width: 32px;
  height: 32px;
  text-align: center;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  background: #fff;
  box-shadow: none;
  vertical-align: middle;
  -moz-appearance: textfield;
}

input.qtyLock::-webkit-outer-spin-button,
input.qtyLock::-webkit-inner-spin-button,
input.c_qtyLock::-webkit-outer-spin-button,
input.c_qtyLock::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ShoppingCart-Item-AddToCart,
.c_ShoppingCart-Item-AddToCart,
.ShoppingCart-Item-RemoveFromCart,
.c_ShoppingCart-Item-RemoveFromCart {
  background-image: none !important;
  background-color: #4A90D9 !important;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
}

.ShoppingCart-Item-AddToCart::after,
.c_ShoppingCart-Item-AddToCart::after {
  content: "+";
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
}

.ShoppingCart-Item-RemoveFromCart::after,
.c_ShoppingCart-Item-RemoveFromCart::after {
  content: "−";
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
}

.ShoppingCart-Item-AddToCart:hover,
.c_ShoppingCart-Item-AddToCart:hover,
.ShoppingCart-Item-RemoveFromCart:hover,
.c_ShoppingCart-Item-RemoveFromCart:hover {
  background-color: #357ABD !important;
  background-image: none !important;
  vertical-align: middle;
}

.ShoppingCart-Item-DeleteFromCart,
.c_ShoppingCart-Item-DeleteFromCart {
  background-image: none !important;
  background-color: #cc3333;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  vertical-align: middle;
  position: absolute;
}

.ShoppingCart-Item-DeleteFromCart::after,
.c_ShoppingCart-Item-DeleteFromCart::after {
  content: "×";
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

.ShoppingCart-Item-DeleteFromCart:hover,
.c_ShoppingCart-Item-DeleteFromCart:hover {
  background-color: #aa2222 !important;
  background-image: none !important;
}


/* B2B */

.B2B-If-Business {
  text-align: left;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0px 10px 15px;
  box-sizing: border-box;
}

.B2B-VAT select {
  box-shadow: none;
  height: 23px;
  line-height: 23px;
  box-sizing: border-box;
}

.B2B-Update-Action {
  padding-bottom: 15px;
}

div.ShoppingCart-Summary-B2B input[type=text] {
  text-indent: 5px;
  height: 23px;
  line-height: 23px;
  box-shadow: none;
  box-sizing: border-box;
  max-width: 325px;
  width: 100%;
}

.ShoppingCart-Summary-B2B a.Update-Cart-Button {
  color: #7FB542;
}

.ShoppingCart-Summary-B2B a.Update-Cart-Button:hover {
  color: #689436;
}


/* FORM / INPUT FIELDS */

.One-Field input[type="text"],
.One-Field input[type="password"],
.One-Field input[type="number"],
.One-Field select,
.Language select,
.Currency select {
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  text-indent: 13px;
  background-image: none;
  font-size: 16px;
  color: #303030;
  box-sizing: border-box;
  box-shadow: none;
}

.One-Field select {
  font-style: italic;
  color: #999;
}

div.One-Field input[type=text]:hover::placeholder,
div.One-Field input[type=password]:hover::placeholder,
div.One-Field input[type=number]:hover::placeholder,
.User-Information .One-Field input[type=text]:hover::placeholder,
.User-Information .One-Field input[type=password]:hover::placeholder,
div.One-Field input[type=text]:focus::placeholder,
div.One-Field input[type=password]:focus::placeholder,
div.One-Field input[type=number]:focus::placeholder,
.User-Information .One-Field input[type=text]:focus::placeholder,
.User-Information .One-Field input[type=password]:focus::placeholder,
select:hover,
select:focus {
  color: #333333;
}

.Form-Wrap .Contact-Information-Form-Wrap,
.Form-Wrap .Payment-Information-Form-Wrap {
  display: flex;
  flex-direction: column;
}

.Form-Wrap .card-title {
  font-size: 18px;
  font-weight: 400;
  padding: 24px 0 0 5%;
  color: #343434;
}

div[id*="_messageHolder"],
div[id*="_sepaMessageHolder"] {
  padding: 12px;
  background: #f0f0f0;
  border-radius: 4px;
  margin-right: 24px;
  margin-top: 5px;
}

.Payment-Information-Groups {
  width: calc(100% - 30px);
  padding: 0;
}

.Form-Wrap .Payment-Information-Form-Wrap {
  padding: 10px 0 10px 5%;
}

div.Checkout .Form-Wrap .Payment-Information-CardHolder,
div.Checkout .Form-Wrap .Payment-Information-CardNumber,
div.Form-Wrap .Payment-Information-EmailAddress {
  width: 100%;
  flex: 0 0 100%;
}

.Checkout .Form-Wrap .Payment-Information-EmailAddress.us_email {
  width: 66.5%;
  display: inline-block;
  flex: 0 0 66.5%;
}

.Checkout .Form-Wrap .Payment-Information-CardHolder input[type="text"],
.Checkout .Form-Wrap .Payment-Information-CardNumber input[type="text"],
.Checkout .Form-Wrap .Payment-Information-EmailAddress input[type="text"] {
  width: 95%;
}

.Checkout .Payment-Information-Firstname input[type="text"],
.Checkout .Payment-Information-Lastname input[type="text"],
.Checkout .Payment-Information-CardCVV input[type="text"],
.Checkout .Payment-Information-PhoneNumber input[type="text"] {
  width: 95%;
}

.Checkout .Form-Wrap .Payment-Information-ZIP input[type="text"],
.Checkout .Form-Wrap .Payment-Information-City input[type="text"],
.Checkout .Form-Wrap .Payment-Information-State select,
.Checkout .Form-Wrap .Payment-Information-Country select {
  width: 93%;
}

.Checkout .Form-Wrap .Payment-Information-PaymentMethod-Logos .Credit-Cards-Logo,
.Checkout .Form-Wrap .Payment-Information-PaymentMethod select,
.Checkout .Form-Wrap .One-Field.Payment-Information-BrazilPersonalVAT input {
  width: 95%;
}

.Contact-Payment-Information {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  flex: 0 0 100%;
}

.Form-Wrap .One-Field {
  flex: 0 0 50%;
  margin: 0;
}

.Checkout .Form-Wrap .Payment-Information-CardExpDate input[type=number] {
  width: 43%;
}

.One-Field.Payment-Information-CardHolder {
  width: 50%;
}

.Payment-Information-CardExpDate {
  width: 50%;
}

.Payment-Information-CardCVV {
  width: 50%;
  padding-top: 25px;
}

.Payment-Information-CardCVV input[type="text"] {
  width: 95%;
}

.Payment-Information-CardHolder input[type="text"] {
  width: 90%;
}

.One-Field .Payment-Information-CardExpDate-Control {
  width: 100%;
  display: inline-block;
}

.moved_subs_comp {
  padding: 10px 0 0;
  font-size: 13px;
  color: #646464;
}

span.moved_subs_comp_span {
  font-weight: bold;
}


/* BUTTON / CTA */

div.Button-Wrap {
  padding: 0;
}

.Active-Button input {
  margin: 0 auto;
  padding: 0 20px;
  background: #7FB542;
  box-shadow: 0px 3px 6px #0000004d;
  border-radius: 0;
  border: none;
  font-size: 18px;
  height: 60px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  text-shadow: none;
  max-width: 313px;
  width: 100%;
}

.Active-Button input:hover {
  transition: all 0.3s linear;
  background: #689436 !important;
  box-shadow: none;
  border: 1px solid transparent;
}

.Process-Order {
  padding: 15px 30px 40px;
}

/* BEFORE / AFTER BUTTON CONTENT */

.Before-Button-Content {
  padding: 0 5%;
  border-bottom: none;
}

.Form-Wrap .After-Button-Content {
  padding: 0 70px;
  font-size: 12px;
  font-style: italic;
}

.After-Button-Content h4 {
  display: none;
}

.Form-Wrap.One-Form {
  background: #ffffff;
  box-shadow: 0px 3px 6px #0000001a;
  border-radius: 6px;
}

/* NEWSLETTER / MISC BLOCKS */

div.Newsletter-Wrap {
  background: transparent;
  border: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

div.Currency .Currency-Control {
  width: 200px;
}

div.Credit-Cards-Logo {
  padding: 5px 0 0 0;
}

.Credit-Cards-Logo {
  max-width: 80%;
  overflow: hidden;
}

.Product-Information p {
  padding-top: 5px;
}


/* FRAME-BOTTOM / FOOTER */

.Frame-Bottom {
  border: unset;
  box-shadow: inset !important;
  background: #fff !important;
}

.Frame-Bottom .Footer {
  border: none;
  padding: 20px 0 !important;
  overflow: hidden;
}

.Frame-Bottom .Footer-Links a {
  font-size: 16px;
  color: #949494;
}

.Frame-Bottom .Footer-Links a:hover {
  color: #7fb542;
}

.Frame-Bottom .System-Comatibility {
  float: right;
}

.Frame-Bottom .System-Comatibility .System {
  padding-left: 10px;
  font-size: 12px;
}

.Frame-Bottom .Billing-Processed-Message,
.Frame-Bottom .Billing-Provider-Message {
  display: block;
  font-size: 12px;
  color: #949494;
}

.Frame-Bottom .Inner-Container {
  max-width: 1440px !important;
  width: 100%;
  background-color: transparent;
  border-bottom: none;
}

.Inner-Container>.Billing-Processed-Message,
.Inner-Container>.Billing-Provider-Message {
  display: none;
}

.left-footer {
  float: left;
  text-align: left;
}

.Frame-Bottom-Line {
  border: none;
  background: #e4e4e4;
}

.Frame-Bottom-Line div.Inner-Container {
  max-width: 1440px;
  background: #e4e4e4;
}


/* BLOCK-ICON (footer trust badges) */

.block-icon {
  padding: 18px 0;
}

.block-icon_list {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.block-icon_item {
  position: relative;
  font-size: 16px;
  line-height: 1.2;
  color: #ff2b0f;
  padding-left: 55px;
  text-transform: uppercase;
}

li.block-icon_item.guarantee,
li.block-icon_item.support {
  max-width: 33%;
  width: 100%;
  border-right: 1px solid #ff5656;
  margin-right: 10px;
}

.block-icon_item::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.guarantee::before {
  background: url("/Publishers/1013455/Designer/Expert_PDF_UPG_OCR/agreement-icon.png");
  width: 40px;
  height: 40px;
  top: 38%;
}

.support::before {
  background: url("/Publishers/1013455/Designer/Expert_PDF_UPG_OCR/message-icon.png");
  width: 40px;
  height: 40px;
}

.secure::before {
  background: url("/Publishers/1013455/Designer/Expert_PDF_UPG_OCR/secure-icone.png");
  width: 40px;
  height: 40px;
}


/* POST-SALE / POSTSALE */

.Postsale-Content-ProductDescription span.ShoppingCart-Item-ProductDescription-Details,
.Postsale-Content-ProductDescription span.ShoppingCart-Item-ProductDescription-Automated {
  font-size: 0.9em;
  line-height: 1.1em;
}

.Postsale-Content-ProductDescription span.ShoppingCart-Item-ProductDescription-Automated {
  display: block;
  padding-top: 5px;
}

.Postsale-Footer-Decline a {
  padding: 0 12px 3px 24px;
}

.post-x-sell-dialog {
  position: fixed;
}

.Postsale .Postsale-Content-ProductImageBackground {
  box-sizing: content-box;
}

.right.d-flex {
  float: none;
}

.d-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

div.btn-floats {
  height: auto !important;
}

.btn-floats {
  padding: 20px !important;
}

.webbadYellow h3.webbadWarning {
  box-sizing: content-box;
}

.right a[name="acceptsale"] {
  order: 1;
  position: static !important;
}

.right a[name="refusesale"] {
  position: static !important;
}


/* POPUP / TERMS */

.white_content {
  width: 70%;
  height: auto;
  top: 20%;
  left: auto;
  transform: none;
}

.manually .typ-yes,
.manually .typ-no {
  padding: 5px;
  font-size: 12px;
}

.de .manually .typ-yes,
.de .manually .typ-no {
  font-size: 11px;
}


/* RESPONSIVE */

@media (max-width: 1600px) and (min-width: 480px) {
  div[type="popup"] {
    margin: 1px 250px 0 -194px;
  }

  img.popupImg {
    position: relative;
    top: -8px;
    left: 92%;
  }
}

@media (max-width: 1136px) {
  .Step-Wrap .Step {
    font-size: 14px;
  }
}

@media (max-width: 1009px) {
  .popup_term .btn_OK {
    position: absolute;
    float: none;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%);
    margin: 0;
  }
}

@media (max-width: 979px) and (min-width: 769px) {
  .popup_term {
    padding: 20px;
    width: 720px;
    height: 570px !important;
  }
}

@media (min-width: 980px) {

  .Form-Wrap div.Payment-Information-Country,
  .Form-Wrap div.Payment-Information-State,
  .Form-Wrap div.Payment-Information-ZIP,
  .Form-Wrap div.Payment-Information-City {
    width: calc((100% / 3) - 1px);
    margin: 0;
    flex: 0 0 33.3%;
  }

  .Form-Wrap .Payment-Information-CardCVV {
    width: 33%;
  }

  .Form-Wrap .Payment-Information-CardExpDate {
    width: 66%;
  }

  div.Cart-Wrap {
    flex-basis: 40%;
  }
}

@media (max-width: 980px) {

  .Checkout .Payment-Information-CardHolder,
  .Checkout .Payment-Information-CardNumber,
  .Checkout .Payment-Information-EmailAddress {
    width: 100%;
  }

  .Checkout .Payment-Information-Groups {
    width: 95%;
  }

  .Checkout .Form-Wrap .Payment-Information-EmailAddress.us_email {
    flex: 0 0 50%;
  }

  .Checkout .Form-Wrap .Payment-Information-EmailAddress.us_email input[type="text"] {
    width: 95%;
  }

  .Checkout .Form-Wrap .Payment-Information-ZIP input[type="text"],
  .Checkout .Form-Wrap .Payment-Information-City input[type="text"],
  .Checkout .Form-Wrap .Payment-Information-Address input[type="text"],
  .Checkout .Form-Wrap .Payment-Information-State select,
  .Checkout .Form-Wrap .Payment-Information-Country select {
    width: 95%;
  }
}

@media (max-width: 979px) {
  .B2B-If-Business {
    max-width: 100%;
    width: 100%;
  }

  .Frame-Top-Line .Inner-Container {
    display: flex;
    align-items: center;
    padding: 0 2% 10px 10px !important;
  }

  .Product-Header {
    width: 54%;
    flex-shrink: 0;
  }

  .QTY-Header {
    width: 25%;
    text-align: center;
    flex-shrink: 0;
  }

  .Price-Header {
    width: 19%;
    text-align: right;
    flex-shrink: 0;
  }

  .ShoppingCart-Item .pNav {
    display: flex;
    align-items: center;
  }

  .ShoppingCart-Item .Product-Information {
    width: 55%;
    flex-shrink: 0;
  }

  .ShoppingCart-Item .Product-QTY {
    width: 25%;
    text-align: center;
    flex-shrink: 0;
  }

  .ShoppingCart-Item .Product-Price {
    width: 20%;
    text-align: right;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 925px) {
  body .Step-Wrap span.Step:not(.Step-Active) {
    display: none;
  }

  .Frame-Middle .Inner-Container {
    max-width: 100%;
  }
}

@media (max-width: 882px) {
  .Step-Wrap .Step.Step-Active {
    border-left: none;
    border-bottom: 0;
    padding: 0;
    margin: 15px 0 13px 15px;
  }

  .block-icon_list {
    flex-direction: column;
  }

  li.block-icon_item.guarantee,
  li.block-icon_item.support {
    max-width: inherit !important;
    width: auto !important;
    border-right: none !important;
  }

  li.block-icon_item {
    line-height: 50px;
  }
}

@media (min-width: 769px) and (max-width: 979px) {
  .Checkout .One-Field.Payment-Information-CardHolder {
    width: 49%;
  }

  body.Checkout .Frame-Middle:after {
    background: transparent;
    height: auto;
  }

  body.Checkout .Frame-Middle .Inner-Container {
    background: transparent;
  }

  .Checkout .Page-Container,
  .Checkout .Inner-Container {
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 768px) {
  .Product-Header {
    width: 50%;
    flex-shrink: 0;
  }

  .CouponTable {
    display: none;
  }

  div.One-Field.Payment-Information-ZIP input[type="text"] {
    width: 85%;
  }

  div.One-Field.Payment-Information-CardHolder {
    width: 100%;
  }

  div.Payment-Method,
  div.Contact-Information,
  div.Payment-Information {
    padding: 0 30px 0 80px;
  }

  .One-Field.Payment-Information-CardCVV input.yellow {
    width: 95%;
  }

  .Checkout .Payment-Information-CardExpDate input[type=number] {
    width: 42%;
  }

  .Checkout .Frame-Middle:after {
    display: none;
  }

  .Checkout div.Frame-Middle .Inner-Container {
    background: transparent;
  }

  .Checkout .Frame-Bottom .System-Comatibility,
  .Frame-Bottom .left-footer {
    float: none;
    display: block;
    text-align: left;
  }

  div.Form-Wrap .After-Button-Content {
    padding: 0 40px;
  }

  div.B2B-If-Business {
    margin-top: 0;
    padding: 10px 0px 10px 15px;
  }

  body div.Top-Content .Language {
    padding: 10px 0;
  }

  .popup_term {
    padding: 20px;
    width: 550px;
    height: 570px !important;
  }
}

@media (max-width: 670px) and (min-width: 425px) {
  .post-x-sell-dialog-content input+div {
    width: auto !important;
  }
}

@media (max-width: 670px) {
  div.post-x-sell-dialog {
    width: 90% !important;
  }

  div.btn-floats {
    width: auto;
  }

  .post-x-sell-dialog-content .Postsale-Content {
    height: auto;
  }

  .post-sale-body,
  .post-x-sell-dialog-content input+div {
    width: auto !important;
  }

  .post-x-sell-dialog-content .green {
    color: #196b10;
    font-size: 20px;
  }

  .white_content {
    width: 70%;
    height: auto;
    top: 20%;
    left: auto;
    transform: none;
  }

  .manually .typ-yes,
  .manually .typ-no {
    padding: 5px;
    font-size: 12px;
  }

  .de .manually .typ-yes,
  .de .manually .typ-no {
    font-size: 11px;
  }

  .white_content div:first-child {
    line-height: 1.2;
  }

  .Postsale .Postsale-Content-ProductImageBackground {
    float: none;
    margin: 0 auto;
  }

  .webbadYellow h3.webbadWarning,
  .webbadRed h3.webbadWarning {
    min-width: 232px;
    box-sizing: border-box;
  }

  div.webbadRed {
    background: none;
  }

  .Postsale .Postsale-Product {
    float: left;
    width: 100%;
  }

  .Postsale {
    width: auto !important;
  }

  .Postsale-Footer {
    position: relative;
  }

  div.btn-floats .tip {
    max-width: 100%;
    width: 90%;
  }

  .webbadRedTop {
    background: #ffd1d1;
    border: 1px solid #ddd;
    border-radius: 10px;
  }

  .webbadRedBottomLeft {
    background: none;
  }

  .Postsale .Postsale-Content-ProductImageBackground {
    background: none;
    padding: 0;
  }
}

@media (max-width: 650px) {
  .Postsale .Postsale-Footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0 5px 0;
  }

  .Postsale-Footer-Accept,
  .Postsale-Footer-Decline {
    width: 100% !important;
  }
}

@media (max-width: 599px) {
  .popup_term {
    padding: 20px;
    width: 80%;
    height: 570px !important;
  }
}

@media (max-width: 530px) {

  .Checkout .Payment-Information-Country select,
  .Checkout .Payment-Information-State select,
  .Checkout .Payment-Information-PaymentMethod select,
  .Checkout .One-Field input[type="text"],
  .Checkout .One-Field input[type="password"],
  .Checkout .Form-Wrap .Payment-Information-ZIP input[type="text"],
  .Checkout .Form-Wrap .Payment-Information-City input[type="text"],
  .Checkout .Form-Wrap .Payment-Information-State select,
  .Checkout .Form-Wrap .Payment-Information-Country select,
  .Checkout .Main-Content .Payment-Information-Country select {
    width: 95%;
  }

  .Form-Wrap .Payment-Information-EmailAddress.us_email input[type="text"] {
    width: 95%;
  }

  .Checkout .Payment-Information-CardExpDate input[type="number"] {
    width: 42%;
  }

  body.Checkout .One-Field label.Payment-Information-CardExpDate-Label {
    width: 90%;
    max-width: 90%;
    padding: 10px 0;
  }

  .Page-Step3 .Payment-Information-ZIP input[type="text"],
  .Page-Step3 .Payment-Information-CardCVV input[type="text"] {
    width: 50%;
  }

  .Form-Wrap .One-Field {
    flex: 0 0 100%;
    margin: 0;
  }

  div.Form-Wrap .Payment-Information-CardExpDate,
  div.Form-Wrap .Payment-Information-CardCVV,
  div.Form-Wrap .One-Field.Payment-Information-Address,
  div.Form-Wrap .One-Field.Payment-Information-BrazilPersonalVAT,
  .Checkout div.Form-Wrap .Payment-Information-EmailAddress.us_email {
    flex: 0 0 100%;
  }

  .One-Field .Payment-Information-CardExpDate-Control {
    width: 95%;
    display: inline-block;
  }

  .loadingPanelControlImg.HideWebBadPanel {
    max-width: 90%;
  }

  .right a[name="acceptsale"] {
    width: 100%;
    text-align: center !important;
  }

  .right a[name="refusesale"] {
    width: 100%;
    text-align: center !important;
  }
}

@media (max-width: 480px) {
  .Frame-Top-Line {
    display: none;
  }

  .ShoppingCart-Item .pNav {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .ShoppingCart-Item .Product-Price {
    text-align: left;
  }

  .ShoppingCart-Item .Product-Information {
    width: 100% !important;
    flex-shrink: 0;
  }

  div.Frame-Top {
    background: #fff;
  }

  .Frame-Top .Inner-Container {
    padding: 0 10px !important;
  }

  div.Frame-Top .Company-Logo,
  div.Frame-Top .Secure-Text {
    text-align: left;
  }

  .Checkout .Step-Wrap span.Step {
    display: none !important;
  }

  .Cart-Wrap .ShoppingCart .ShoppingCart-Item-ProductDescription {
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }

  .Checkout div.Payment-Method,
  div.Contact-Information,
  div.Payment-Information {
    padding: 0 0 0 40px;
  }

  .Main-Product-Row .Product-Information h5 {
    padding: 15px 0;
    font-size: 16px;
  }

  img.popupImg {
    position: relative;
    top: -8px;
    left: 92%;
  }

  div[type="popup"] {
    margin: 1px 250px 0 -194px;
  }

  div.B2B-If-Business {
    text-align: left;
    padding-bottom: 0;
    margin-top: 0;
  }

  div.Cart-Wrap .ShoppingCart .Product-Price>.ShoppingCart-Item-DiscountAmount {
    display: none;
  }

  .popup_term {
    padding: 20px;
    width: 80%;
    height: 570px !important;
  }

  .popup_term p.subscription label {
    width: 100%;
  }

  .popup_term p.subscription {
    float: none;
  }
}

@media (max-width: 426px) {
  div.btn-floats .tip {
    margin-top: -37px !important;
    position: absolute;
  }

  div.btn-floats a {
    text-align: left !important;
    position: relative;
  }

  .post-sale-body .col-full h2 {
    font-size: 1.5em;
  }

  .col-onethird {
    padding-top: 5px;
    display: none;
  }

  .col-twothirds {
    padding-top: 5px;
    width: 100%;
  }

  div.post-sale-body .pricebox {
    padding: 15px 5px 10px;
  }

  .col-onethird.left img {
    width: 35%;
  }

  div.btn-floats {
    padding: 5px 20px 30px !important;
  }

  .Postsale-Footer-Accept a[name="acceptsale"] {
    font-size: 12px !important;
  }

  .ja .Postsale-Footer-Accept a[name="acceptsale"] {
    font-size: 10px !important;
  }

  body.de .btn-floats a {
    position: relative !important;
    left: 0 !important;
    float: none;
    padding: 10px;
  }

  a.buynow_de {
    position: relative !important;
    left: 0 !important;
  }

  .right a[name="acceptsale"] {
    font-size: 14px !important;
  }

  h1.Postsale-Content-ProductName {
    font-size: 1.2em;
  }

  .Postsale .Postsale-Content {
    margin-bottom: 15px;
  }

  .Postsale-Footer-Decline a {
    padding: 0;
    background: none;
  }
}

@media (max-width: 321px) {

  .manually .typ-yes,
  .manually .typ-no {
    padding: 5px;
    font-weight: 100;
    font-size: 11px;
  }

  .de .manually .typ-yes,
  .de .manually .typ-no {
    font-size: 10px;
  }

  .Postsale-Footer-Accept,
  .Postsale-Footer-Decline {
    width: 100%;
  }

  body.de .btn-floats a {
    box-sizing: border-box;
  }
}